home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / lockdll.dll / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2010-01-14  |  4KB  |  177 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 316
  3.   Top = 443
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmAbout'
  6.   ClientHeight = 300
  7.   ClientWidth = 430
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     430
  20.     300)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 430
  27.     Height = 300
  28.     Align = alClient
  29.     Picture.Data = {<image000.TPNGObject>}
  30.   end
  31.   object Image2: TImage
  32.     Left = 14
  33.     Top = 48
  34.     Width = 414
  35.     Height = 25
  36.     Picture.Data = {<image001.TPNGObject>}
  37.   end
  38.   object lbname: TLabel
  39.     Left = 13
  40.     Top = 8
  41.     Width = 243
  42.     Height = 17
  43.     Anchors = [akLeft, akTop, akRight]
  44.     AutoSize = False
  45.     Caption = 'Absolute Uninstaller (Version 1.2)'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -12
  49.     Font.Name = 'Tahoma'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     Transparent = True
  53.     WordWrap = True
  54.   end
  55.   object lbcopy: TLabel
  56.     Left = 13
  57.     Top = 25
  58.     Width = 243
  59.     Height = 24
  60.     Anchors = [akLeft, akTop, akRight]
  61.     AutoSize = False
  62.     Caption = 'Copyright(c) 2005 GlarySoft.com'
  63.     Transparent = True
  64.     WordWrap = True
  65.   end
  66.   object Image3: TImage
  67.     Left = 384
  68.     Top = 7
  69.     Width = 33
  70.     Height = 41
  71.     Picture.Data = {<image002.TPNGObject>}
  72.   end
  73.   object lbThanks: TLabel
  74.     Left = 13
  75.     Top = 134
  76.     Width = 299
  77.     Height = 13
  78.     Caption = 'Thanks to the following people for their contributions'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'Tahoma'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     Transparent = True
  86.   end
  87.   object lblcopyright: TLabel
  88.     Left = 13
  89.     Top = 206
  90.     Width = 404
  91.     Height = 57
  92.     Anchors = [akLeft, akTop, akRight]
  93.     AutoSize = False
  94.     Caption = 
  95.       'Glary Utilities is for private, noncommercial, single home compu' +
  96.       'ter use only. Use of Glary Utilities within any organization or ' +
  97.       'for commercial purpose is strictly prohibited.'
  98.     Transparent = True
  99.     WordWrap = True
  100.   end
  101.   object Label10: TLabel
  102.     Left = 12
  103.     Top = 56
  104.     Width = 58
  105.     Height = 13
  106.     Caption = 'Home Page:'
  107.     Transparent = True
  108.   end
  109.   object lburl2: TLabel
  110.     Left = 84
  111.     Top = 55
  112.     Width = 94
  113.     Height = 13
  114.     Cursor = crHandPoint
  115.     Caption = 'www.glarysoft.com'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clHighlight
  118.     Font.Height = -11
  119.     Font.Name = 'Tahoma'
  120.     Font.Style = [fsUnderline]
  121.     ParentFont = False
  122.     Transparent = True
  123.     OnClick = lburl2Click
  124.   end
  125.   object Memo2: TMemo
  126.     Left = 13
  127.     Top = 150
  128.     Width = 404
  129.     Height = 51
  130.     Color = clBtnFace
  131.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  132.     Lines.Strings = (
  133.       
  134.         'Marius Popa, Eli Ben David, Labbaipierre, DWz, Jarek&Adam Jablon' +
  135.         'ski, '
  136.       'Alexander Kopachov, Yuan Lin, Ali Koc, asuryu, Rinaldo M., Jose '
  137.       
  138.         'Rodriguez, sauih, Jewel Song, Alex, hp67, Marco Korthout, Franti' +
  139.         'sek '
  140.       
  141.         'Bartos, Pierre, Tilt., Markus Pfannstiel, Bestar Flamuraj, Xavie' +
  142.         'r Botet, '
  143.       'Alexandru Bogdan Munteanu, TheHeretiC, Magid Hussein')
  144.     ReadOnly = True
  145.     ScrollBars = ssVertical
  146.     TabOrder = 2
  147.   end
  148.   object btnok: TBitBtn
  149.     Left = 248
  150.     Top = 264
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'OK'
  154.     ModalResult = 1
  155.     TabOrder = 0
  156.   end
  157.   object btnhelp: TBitBtn
  158.     Left = 336
  159.     Top = 264
  160.     Width = 75
  161.     Height = 25
  162.     Caption = 'Help'
  163.     TabOrder = 1
  164.     OnClick = btnhelpClick
  165.   end
  166.   object btnUpgrade: TBitBtn
  167.     Left = 156
  168.     Top = 91
  169.     Width = 90
  170.     Height = 25
  171.     Caption = 'Upgrade Now!'
  172.     Default = True
  173.     TabOrder = 3
  174.     OnClick = btnUpgradeClick
  175.   end
  176. end
  177.